- Home
- Search Results
- Page 1 of 1
Search for: All records
- 
                                    Total Resources3
- Resource Type
- 
                                    
                                    
                                    
                                    0003000000000000
- More
- Availability
- 
                                    
                                    30
- Author / Contributor
- Filter by Author / Creator
- 
                                    
                                        - 
                                                    
                                                        
                                                            
                                                            Deelman, Ewa (3)
- 
                                                    
                                                        
                                                            
                                                            Krawczuk, Patrycja (3)
- 
                                                    
                                                        
                                                            
                                                            Nagarkar, Shubham (2)
- 
                                                    
                                                        
                                                            
                                                            Pottier, Loic (2)
- 
                                                    
                                                        
                                                            
                                                            Anh Do, Tu Mai (1)
- 
                                                    
                                                        
                                                            
                                                            Do, Tu Mai (1)
- 
                                                    
                                                        
                                                            
                                                            Jain, Aditi (1)
- 
                                                    
                                                        
                                                            
                                                            Lam, Kelsie (1)
- 
                                                    
                                                        
                                                            
                                                            Mandal, Anirban (1)
- 
                                                    
                                                        
                                                            
                                                            Papadimitriou, George (1)
- 
                                                    
                                                        
                                                            
                                                            Peterka, Tom (1)
- 
                                                    
                                                        
                                                            
                                                            Subramanya, Srujana (1)
- 
                                                    
                                                        
                                                            
                                                            Tanaka, Ryan (1)
- 
                                                    
                                                        
                                                            
                                                            Vahi, Karan (1)
- 
                                                    
                                                        
                                                            
                                                            Yildiz, Orcun (1)
- 
                                                    
                                                        
                                                            
                                                            #Tyler Phillips, Kenneth E. (0)
- 
                                                    
                                                        
                                                            
                                                            #Willis, Ciara (0)
- 
                                                    
                                                        
                                                            
                                                            & Abreu-Ramos, E. D. (0)
- 
                                                    
                                                        
                                                            
                                                            & Abramson, C. I. (0)
- 
                                                    
                                                        
                                                            
                                                            & Abreu-Ramos, E. D. (0)
 
- 
                                                    
                                                        
                                                            
                                                            
- Filter by Editor
- 
                                    
                                        - 
                                                    
                                                        
                                                            
                                                            & Spizer, S. M. (0)
- 
                                                    
                                                        
                                                            
                                                            & . Spizer, S. (0)
- 
                                                    
                                                        
                                                            
                                                            & Ahn, J. (0)
- 
                                                    
                                                        
                                                            
                                                            & Bateiha, S. (0)
- 
                                                    
                                                        
                                                            
                                                            & Bosch, N. (0)
- 
                                                    
                                                        
                                                            
                                                            & Brennan K. (0)
- 
                                                    
                                                        
                                                            
                                                            & Brennan, K. (0)
- 
                                                    
                                                        
                                                            
                                                            & Chen, B. (0)
- 
                                                    
                                                        
                                                            
                                                            & Chen, Bodong (0)
- 
                                                    
                                                        
                                                            
                                                            & Drown, S. (0)
- 
                                                    
                                                        
                                                            
                                                            & Ferretti, F. (0)
- 
                                                    
                                                        
                                                            
                                                            & Higgins, A. (0)
- 
                                                    
                                                        
                                                            
                                                            & J. Peters (0)
- 
                                                    
                                                        
                                                            
                                                            & Kali, Y. (0)
- 
                                                    
                                                        
                                                            
                                                            & Ruiz-Arias, P.M. (0)
- 
                                                    
                                                        
                                                            
                                                            & S. Spitzer (0)
- 
                                                    
                                                        
                                                            
                                                            & Sahin. I. (0)
- 
                                                    
                                                        
                                                            
                                                            & Spitzer, S. (0)
- 
                                                    
                                                        
                                                            
                                                            & Spitzer, S.M. (0)
- 
                                                    
                                                        
                                                            
                                                            (submitted - in Review for IEEE ICASSP-2024) (0)
 
- 
                                                    
                                                        
                                                            
                                                            
- 
                                    Have feedback or suggestions for a way to improve these results?
 !
                                    
                                        
                                            Note: When clicking on a Digital Object Identifier (DOI) number, you will be taken to an external site maintained by the publisher.
                                            Some full text articles may not yet be available without a charge during the embargo (administrative interval).
                                        
                                        
                                        
                                            
                                                
                                             What is a DOI Number?
                                        
                                    
                                
Some links on this page may take you to non-federal websites. Their policies may differ from this site.
- 
            Scientific workflows drive most modern large-scale science breakthroughs by allowing scientists to define their computations as a set of jobs executed in a given order based on their data dependencies. Workflow management systems (WMSs) have become key to automating scientific workflows-executing computational jobs and orchestrating data transfers between those jobs running on complex high-performance computing (HPC) platforms. Traditionally, WMSs use files to communicate between jobs: a job writes out files that are read by other jobs. However, HPC machines face a growing gap between their storage and compute capabilities. To address that concern, the scientific community has adopted a new approach called in situ, which bypasses costly parallel filesystem I/O operations with faster in-memory or in-network communications. When using in situ approaches, communication and computations can be interleaved. In this work, we leverage the Decaf in situ dataflow framework to accelerate task-based scientific workflows managed by the Pegasus WMS, by replacing file communications with faster MPI messaging. We propose a new execution engine that uses Decaf to manage communications within a sub-workflow (i.e., set of jobs) to optimize inter-job communications. We consider two workflows in this study: (i) a synthetic workflow that benchmarks and compares file- and MPI-based communication; and (ii) a realistic bioinformatics workflow that computes mu-tational overlaps in the human genome. Experiments show that in situ communication can improve the bioinformatics workflow execution time by 22% to 30% compared with file communication. Our results motivate further opportunities and challenges for bridging traditional WMSs with in situ frameworks.more » « less
- 
            Krawczuk, Patrycja; Nagarkar, Shubham; Deelman, Ewa (, 2021 IEEE 17th International Conference on EScience (EScience))
- 
            Krawczuk, Patrycja; Papadimitriou, George; Tanaka, Ryan; Anh Do, Tu Mai; Subramanya, Srujana; Nagarkar, Shubham; Jain, Aditi; Lam, Kelsie; Mandal, Anirban; Pottier, Loic; et al (, 2021 IEEE/ACM Workflows in Support of Large-Scale Science (WORKS),)
 An official website of the United States government
An official website of the United States government 
				
			 
					 
					
